APIs

  • FMOD Studio is an application that allows sound designers and composers to create adaptive audio content for games. Content created in FMOD Studio can be built as .bank files, which can then be loaded and played in the FMOD Engine using the Studio API.

  • Downloading .

    • It will be on something like C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows

    • (2026-02-01) I'm using the API version 2.03.12 ; originally it was the 2.02.15 .

Engine API

Studio API

  • The Studio API lets you to interact with the data driven projects created in FMOD Studio at run time. It is built on top of the Core API and provides additional functionality to what the Core API provides.

  • Any includes and libraries required by the Core API are also required for the Studio API.

  • FMOD Studio API .

  • If you do not call Studio::System::update then previous commands will not be executed